home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2003 December / The Sunday Times - The Month 2003-12.iso / pc / engine / shell / shell.swf / scripts / DefineButton2_81 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-11-10  |  74 b   |  5 lines

  1. on(release){
  2.    trace("button release");
  3.    Tardis.overlay.close();
  4. }
  5.